home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / admin / note_brd / runecho.bat < prev    next >
Encoding:
DOS Batch File  |  1993-12-02  |  750 b   |  21 lines

  1. @echo off
  2. rem *** Runecho.bat        -       Version 2.0
  3. rem ***
  4. rem *** Runecho is a special batch file which is useful in debugging Notice
  5. rem *** Board commands.  In the case of a problem executing a command from a 
  6. rem *** menu option, insert the word runecho in front of the command line. 
  7. rem *** The effect of this will be to call this file with the real command 
  8. rem *** line as a set of parameters which will simply be echoed to the 
  9. rem *** screen. It should then be straightforward to see why the command 
  10. rem *** doesn't do what you think it should.
  11. cls
  12. echo %1 %2 %3 %4 %5 %6 %7 %8 %9
  13. pause
  14. rem Replace the following with the commands to restart NOTICE BOARD, such as:
  15. rem
  16. rem c:
  17. rem cd \notice
  18. rem notice
  19. rem
  20. notice
  21.